Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TimeSpent and fix Task field #49

Merged
merged 1 commit into from
Jan 7, 2024
Merged

Conversation

AlexThurston
Copy link

  • Add TimeSpent field to Task structure
  • Fix CustomTaskIDs from string to bool

- Add TimeSpent field to Task structure
- Fix CustomTaskIDs from string to bool
Copy link
Contributor

@a-thug a-thug left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@w-haibara
Would you mind reviewing this pull request?

CustomTaskIDs string `url:"custom_task_ids,omitempty"`
TeamID int `url:"team_id,omitempty"`
IncludeSubTasks bool `url:"include_subtasks,omitempty"`
CustomTaskIDs bool `url:"custom_task_ids,omitempty"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍
image

@w-haibara
Copy link
Contributor

thanks!

@w-haibara w-haibara merged commit f0a48a9 into raksul:main Jan 7, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants